After you have completed the installation and the post-installation, verify the installation by performing the following steps:
Note: These steps assume you've installed WebObjects Developer. The examples mentioned below are not installed with WebObjects Deployment. To verify a Deployment installation, you might complete these same steps running other applications.
Open a command-shell window and enter the following commands:
DocRoot is the name of your HTTP server's document root.
NeXT_ROOT is the directory in which you installed WebObjects software.
These commands should run the HelloWorld example application, launch a web browser, and enter HelloWorld's URL in the browser. If this doesn't work, go to the topic Troubleshooting.
After you have verified that HelloWorld runs, type Control-C to shut it down.
> cd ../../Java/HelloWorldJava/HelloWorldJava.woa
> ./HelloWorldJava[.exe]
If your operating system does not have Java support (Mach or HP-UX), open the Objective-C version:
> cd ../../ObjectiveC/HelloWorldCompiled/HelloWorldCompiled.woa
> HelloWorldCompiled
If you have trouble running compiled applications, go to the topic Troubleshooting.
http://localhost/
cgi-bin/
WebObjects/Examples/Java/HelloWorldJava
http://localhost/
cgi-bin/
WebObjects/Examples/ObjectiveC/HelloWorldCompiled
This URL should run the HelloWorld example application. If you see an error message, go to the topic Troubleshooting.
> cd ../../Java/DodgeDemoJava/DodgeDemoJava.woa
> ./DodgeDemoJava[.exe]
> cd ../../ObjectiveC/DodgeDemo/DodgeDemo.woa
> ./DodgeDemo[.exe]
This command should run the DodgeDemo example application. If you see an error message, go to the topic Troubleshooting.
Table of Contents
Next Section